home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 22 / 022.d81 / t.any printer < prev    next >
Text File  |  2022-08-26  |  2KB  |  139 lines

  1.            ANY PRINTER
  2.                 by
  3.            Gary Fields
  4.  
  5. COMMODORE MICROCOMPUTERS MAGAZINE
  6. March/April 1986
  7. p.84
  8.  
  9.   One of the best ways to learn more
  10.  
  11. about programming is to study the
  12.  
  13. listings of various programs, to see
  14.  
  15. how other programmers have used their
  16.  
  17. ideas and techniques to solve
  18.  
  19. prgramming problems.
  20.  
  21.   But if you try to print a listing
  22.  
  23. containing Commodore keyboard
  24.  
  25. graphics, you might be disappointed.
  26.  
  27. For one thing, even if you have a
  28.  
  29. Commodore printer, the printout might
  30.  
  31. not be informative-- some of the
  32.  
  33. keyboard graphic characters cannot be
  34.  
  35. indentified without close comparison
  36.  
  37. with one another.
  38.  
  39.   And if you have a non-Commodore
  40.  
  41. printer, your printer might even spew
  42.  
  43. out gibberish or drop lines of code.
  44.  
  45.   ANY PRINTER translates Commodore
  46.  
  47. keyboard graphics into English or
  48.  
  49. ASCII that can be read by any
  50.  
  51. printer.  This means that a
  52.  
  53. cursor-down symbol, for example, is
  54.  
  55. printed as (CRSR D).  Thus any
  56.  
  57. listing, even if you do have a
  58.  
  59. Commodore printer, can be much easier
  60.  
  61. to read if ANY PRINTER is used.
  62.  
  63.   ANY PRINTER translates both program
  64.  
  65. and sequential files, and lets you
  66.  
  67. skip to any desired position in the
  68.  
  69. file before you begin printing.
  70.  
  71.   To use ANY PRINTER, you must of
  72.  
  73. course have the program you want to
  74.  
  75. read stored on disk.
  76.  
  77.   After loading ANY PRINTER, insert
  78.  
  79. the disk that has the program you
  80.  
  81. want to read.  After a quick title
  82.  
  83. screen, you will be asked if you want
  84.  
  85. to see the disk directory to check
  86.  
  87. the spelling of the program.  RETURN
  88.  
  89. defaults to "no" and sends you to the
  90.  
  91. next screen.
  92.  
  93.   If you answer (Y)es, however, the
  94.  
  95. disk directory will be displayed,
  96.  
  97. allowing you to see the spelling and
  98.  
  99. type (program or sequential) of your
  100.  
  101. program.  When you have seen the
  102.  
  103. correct filename, input "Y".  You
  104.  
  105. will be asked if the program is a
  106.  
  107. (P)rogram or (S)equential file.  ANY
  108.  
  109. PRINTER then asks if you want the
  110.  
  111. program to go to the (S)creen or the
  112.  
  113. (P)rinter.
  114.  
  115.   Next, the program asks if you wish
  116.  
  117. to skip past the beginning of the file
  118.  
  119. to any point in the file before you
  120.  
  121. start printing.  This option can save
  122.  
  123. a great deal of your time, not to
  124.  
  125. mention paper.
  126.  
  127.   Hitting F1 at any time stops the
  128.  
  129. printing.  Lastly, you will then be
  130.  
  131. asked if you want to use ANY PRINTER
  132.  
  133. again.
  134.  
  135. FILES REQUIRED:
  136. ANY PRINTER
  137. ----------<end of article>-----------
  138.  
  139.